+emacs23 (23.2+1-4) unstable; urgency=low
+
+ * Disable parallel builds (via DEB_BUILD_OPTIONS=parallel) until an
+ upstream race condition is fixed. Thanks to Sven Joachim
+ <svenjoac@gmx.de> for the report. (closes: #592992)
+
+ -- Rob Browning <rlb@defaultvalue.org> Sat, 14 Aug 2010 16:34:11 -0500
+
emacs23 (23.2+1-3) unstable; urgency=low
* Don't try to "mkdir $(infodir)" in doc/*/Makefile.in. Thanks to
joblimit := 1
endif
+# Force joblimit to 1 until an upstream race condition is fixed:
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592992
+joblimit := 1
+
target := $(DEB_HOST_GNU_TYPE)
movemail_bin := usr/lib/emacs/$(runtime_ver)/$(target)/movemail